Welcome![Sign In][Sign Up]
Location:
Search - linux arm driver

Search list

[Linux-Unixtemperature

Description: 在linux中arm9对温度传感器18B20进行的驱动开发,包括程序源码及makefile-In linux on ARM9 Medium temperature sensor 18B20 driver for development, including program source code and makefile
Platform: | Size: 76800 | Author: jack | Hits:

[Embeded Linux9200_serial

Description: 基于at91rm9200的串口驱动,在linux下的编程-Based on AT91RM9200 serial driver in linux programming under
Platform: | Size: 1024 | Author: 张艳龙 | Hits:

[Other Embeded programProteus_for_ARM7

Description: .安装好Proteus 6.9 SP4,需要用Keil for ARM的或IAR的同样需要安装好。 2.安装Proteus VSM Simulator驱动 可以在官方网站上下载到)。Keil装Vdmagdi.exe,IAR装Vdmcspy.exe 3.将附件中的Prospice.dll和Licence.dll文件Copy到..\bin目录下,MCS8051.dll和ARM7TDMI.dll文件拷贝到..\MODELS目录下。分别替换原有的文件。 4.打开原理图模型和程序。记得要在ISIS中选"Use Remote Debug Monitor"。在Keil for ARM中选择"Proteus VSM Simulator"。IAR中选择Debugger-->Setup-->Drver-->Third-Party Driver,然后在Third-Party Driver中指向Vdmcspy.dll文件。 5.在IDE中点击Debug进入仿真模式。一个精彩的Proteus for ARM时代来临。 6.Enjoy! 附件中有两个例程:一个是IAR的例程。一个是Keil for ARM例程,是利用ADS1.2编译实现的。也就是说所有ADS的工程也可以转到Keil for ARM上来运行,方便联机调试,只需要修改很小的部分。 因为ADS不能和Proteus联调,目录下的那个*.mcp文件即是原有的ADS工程文件)
Platform: | Size: 646144 | Author: 张子凤 | Hits:

[Embeded Linux0701_driver-led

Description: ARM Linux2.4 S3C2410 LED驱动程序-ARM Linux2.4 S3C2410 LED driver
Platform: | Size: 4096 | Author: 陈超 | Hits:

[Embeded Linux0602_driver-i2c

Description: ARM Linux2.4 S3C2410 IIC总线驱动-ARM Linux2.4 S3C2410IIC bus driver
Platform: | Size: 5120 | Author: 陈超 | Hits:

[Linux-UnixADV7180drivers

Description: ADV7180 linux驱动源代码。基于三星S3C6410的ADV7180 linux驱动程序。ARM。-ADV7180 linux driver source code. Samsung S3C6410 based ADV7180 linux drivers. ARM.
Platform: | Size: 45056 | Author: 徐钧 | Hits:

[Embeded Linux02

Description: 《ARM嵌入式Linux设备驱动实例开发》,第二章代码,按键驱动开发-" ARM embedded Linux device driver development examples" chapter code, key-driven development
Platform: | Size: 3072 | Author: 乔小瑞 | Hits:

[Embeded Linux03

Description: 《ARM嵌入式Linux设备驱动实例开发》,第三章代码,-" ARM embedded Linux device driver development example," Chapter III of the code,
Platform: | Size: 3072 | Author: 乔小瑞 | Hits:

[Embeded Linux04

Description: 《ARM嵌入式Linux设备驱动实例开发》,第四章代码,按键驱动开发-" ARM embedded Linux device driver development example," Chapter IV code, key-driven development
Platform: | Size: 8192 | Author: 乔小瑞 | Hits:

[Embeded Linux05

Description: 《ARM嵌入式Linux设备驱动实例开发》,第五章代码,按键驱动开发-" ARM embedded Linux device driver development example," Chapter V code, key-driven development
Platform: | Size: 8192 | Author: 乔小瑞 | Hits:

[Embeded Linux01

Description: 《ARM嵌入式Linux设备驱动实例开发》,第一章代码-" ARM embedded Linux device driver examples of development" , the first chapter code
Platform: | Size: 1024 | Author: 乔小瑞 | Hits:

[Linux-Unixuda1341_drivers_for_s3c2410_linux2.6.14.tar

Description: ARM(s3c2410) linux(linux2.6.14)音频设备uda1341驱动程序-arm(s3c2410) linux(linux2.6.14) audia device uda1341 driver
Platform: | Size: 63488 | Author: 唐够 | Hits:

[Other Embeded programgpio-test

Description: 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、#export PATH=$PATH:/usr/local/arm/2.95.3/bin //取决于你宿主机上的交叉编译工具路径 #arm-linux-gcc -o gpio_test gpio_test.c //编译应用程序 最终在你的当前文件夹下会生成gpiodrv.o与gpio_test两个文件。 4、#mkdir /tmp/1 5、通过ftp的方法,把gpio_test与gpiodrv.o文件下载到你的开发板上的/tmp/1目录中。 6、#mknod /dev/gpio c 220 0 //创建文件节点 #insmod gpiodrv.o #chmod +x gpio_test #./gpio_test 然后,就可以看到四个LED灯在闪烁了。:)-1, the makefile in the CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+ =- I/usr/local/src/2.4.18-rmk7/include CFLAGS+ =- I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+ =- I/usr/local/arm/2.95.3/arm-linux/include changed the path on your host. 2,# make, to compile driver modules. 3,# export PATH = $ PATH:/usr/local/arm/2.95.3/bin// depends on your host on the path of the cross compiler tool# arm-linux-gcc-o gpio_test gpio_test.c// compile the application procedures for the ultimate in your current folder will be generated under the two documents gpiodrv.o and gpio_test. 4,# mkdir/tmp/1 5, through the ftp way to gpiodrv.o File Download gpio_test with the development of your board/tmp/1 directory. 6,# mknod/dev/gpio c 220 0// create a file node# insmod gpiodrv.o# chmod+ x gpio_test#./Gpio_test then four LED lights can be seen in the flicker of. :)
Platform: | Size: 9216 | Author: 马工 | Hits:

[Embeded LinuxCAN

Description: linux下基于arm处理器s3c2410x开发板的CAN总线设备驱动程序以及数据发送和接收的程序代码。-arm processor linux-based development board s3c2410x the CAN bus device driver, as well as send and receive data on the program code.
Platform: | Size: 5120 | Author: 君瑞 | Hits:

[ARM-PowerPC-ColdFire-MIPSAD

Description: linux下的ad转换驱动程序,在arm s3c2410下自带8位ad转换。-ad conversion under linux driver, under the arm s3c2410 own 8-bit ad converter.
Platform: | Size: 153600 | Author: huqx | Hits:

[ARM-PowerPC-ColdFire-MIPSarm_AND_PLC_COMMUNICATE

Description: ARM 和 PLC 的通信:本文通过一个开发实例详细说明如何通过PLC的CAN接口与运行Linux操作系统的ARM9处理器进行数据通信。论文给出接口部分的实际电路和ARM9-Linux下驱动程序的开发过程。-ARM and PLC communication: In this paper, developed through a detailed description of examples of how PLC-CAN interface with the Linux operating system running the ARM9 processor for data communications. Papers given part of the actual interface circuit and under the ARM9-Linux driver development process.
Platform: | Size: 348160 | Author: ms | Hits:

[Embeded Linuxat91rm9200_highspeed_clockwave

Description: arm-linux下,以驱动程序方式输出高速时钟并附加测试程序-arm-linux, the driver output to high-speed clock and additional test program
Platform: | Size: 8192 | Author: 李晓光 | Hits:

[Embeded Linuxspca5xx

Description: 中星微摄像头 在arm上的Linux 驱动-Vimicro webcam linux driver
Platform: | Size: 402432 | Author: regon | Hits:

[Other Embeded programSSD1963

Description: SSD1963 driver for STR9
Platform: | Size: 21504 | Author: Chandrakant | Hits:

[Embeded-SCM Developpdf

Description: 嵌入式培训课件 linux 基础应用,arm指令学习 linux驱动-Embedded linux courseware-based training applications, arm instruction to learn linux driver
Platform: | Size: 10272768 | Author: laoyang | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 20 »

CodeBus www.codebus.net